Other Protocols
The following protocols are available globally.
-
Delegate to inform about the current status of the Gini Health SDK. Makes use of callback for handling payment request creation.
See moreDeclaration
Swift
public protocol GiniHealthDelegate : AnyObject
-
Delegate protocol that Gini Health SDK uses to report user events.
The delegate is separated into smaller protocols relating to different screens of the Gini Health SDK.
Note
The delegate isn’t retained by Gini Health SDK. It should be retained by the client code.Declaration
Swift
public protocol GiniHealthTrackingDelegate: PaymentReviewScreenTrackingDelegate
-
Tracking delegate relating to the payment review screen.
See moreDeclaration
Swift
public protocol PaymentReviewScreenTrackingDelegate : AnyObject
-
Undocumented
See moreDeclaration
Swift
@objc public protocol ImageScrollViewDelegate : UIScrollViewDelegate